From adef25626e5a5fdc9d56d554fd0477ecdc54ebc0 Mon Sep 17 00:00:00 2001 From: Garrett Regier Date: Tue, 8 Feb 2011 17:36:16 -0800 Subject: [PATCH] Fix annotation that broke the docs It was added in 0e795b67c33400dcff78500a3fa0861af3ff0111 and removed in f6cc08fa57137232c567c6ddd2ed1da8f865e110. --- gdk/gdkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 5b1d43f3d5..e53fdd07fa 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -1240,7 +1240,7 @@ sync_native_window_stack_position (GdkWindow *window) } /** - * gdk_window_new: + * gdk_window_new: (constructor) * @parent: (allow-none): a #GdkWindow, or %NULL to create the window as a child of * the default root window for the default display. * @attributes: attributes of the new window -- 2.30.2